From 99e77f68d848c3a30291266deec4296545264c26 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Sun, 23 Nov 2003 22:50:48 +0000 Subject: [PATCH] Remove grep-use-compilation-buffer defcustom. --- lisp/progmodes/grep.el | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/lisp/progmodes/grep.el b/lisp/progmodes/grep.el index 27932806872..ea5fd421fe5 100644 --- a/lisp/progmodes/grep.el +++ b/lisp/progmodes/grep.el @@ -195,14 +195,14 @@ The following place holders should be present in the string: ;;;; TODO --- refine this!! -(defcustom grep-use-compilation-buffer t - "When non-nil, grep specific commands update `compilation-last-buffer'. -This means that standard compile commands like \\[next-error] and \\[compile-goto-error] -can be used to navigate between grep matches (the default). -Otherwise, the grep specific commands like \\[grep-next-match] must -be used to navigate between grep matches." - :type 'boolean - :group 'grep) +;;; (defcustom grep-use-compilation-buffer t +;;; "When non-nil, grep specific commands update `compilation-last-buffer'. +;;; This means that standard compile commands like \\[next-error] and \\[compile-goto-error] +;;; can be used to navigate between grep matches (the default). +;;; Otherwise, the grep specific commands like \\[grep-next-match] must +;;; be used to navigate between grep matches." +;;; :type 'boolean +;;; :group 'grep) ;; override compilation-last-buffer (defvar grep-last-buffer nil -- 2.30.2